CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - txt vc

搜索资源列表

  1. Runlength

    0下载:
  2. Runlength的示例代码,开发工具VC++6.0 选择文件后点击行程编码,结果放在编码文件同一目录下的Tmp.txt文件内,输出为HEX代码-Runlength the sample code, development tools VC 6.0 Click on the choice of itinerary document coding, coding documents on the same directory Tmp.txt paper, the output code for
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:27236
    • 提供者:匿阳
  1. Lzss_VC

    0下载:
  2. 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:52732
    • 提供者:匿阳
  1. VOIPPchone

    0下载:
  2. 网络电话(VOIP)软件Pchone 1、按照OpenH323库中readme.txt说明编译OpenH323库 2、再用VC编译PCPhone代码-telephone network (VoIP) software Pchone 1, in accordance with OpenH323 library compiler OpenH323 readme.txt note for two, and then VC code compiler PCPhone
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:3345647
    • 提供者:祝盛林
  1. ShellExtGuide9

    0下载:
  2. vc编写的shell,环境为vc6,对.txt文件图表随内容大小改变-vc prepared by the shell, the environment vc6, right. Txt file with the contents of the size chart changes
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:15021
    • 提供者:w
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10983
    • 提供者:郭佳
  1. testdatabaselink

    0下载:
  2. vc写的测试数据库连接,直接存在txt文本中,方便阅读-vc written test database connections, direct presence txt text, easy reading
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:877
    • 提供者:DLL
  1. stopProcesss

    0下载:
  2. 中止当前进程和设置等待鼠标,读txt文件 ,存在文本文件中,直接vc可以使用-suspend the current process and the setting up of waiting for the click of the mouse, read txt documents, text files exist, can be used directly vc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:948
    • 提供者:DLL
  1. ReadDIBdib

    0下载:
  2. 读取位图图像,压缩包内的文件是vc编写存在txt文件中,方便快捷-read bitmap images, compressed within the document is prepared vc there txt document, convenient and quick
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1463
    • 提供者:DLL
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187201
    • 提供者:吉尔
  1. sczxfzcx

    0下载:
  2. window下的生产者消费者程序 1、实验环境 本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。 2、实现步骤 (1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为\" R_WP1\"的win32 console applicatoin工程;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11694
    • 提供者:wanghui
  1. 13818_5_for_vc

    1下载:
  2. 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:100002
    • 提供者:陈水德
  1. huffman_code

    0下载:
  2. huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2632
    • 提供者:朴燕姬
  1. txd2hex

    0下载:
  2. 将*。txt文件转换为*.bin文件,vc++实现-will. Txt file conversion of paper *. bin, vc achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26745
    • 提供者:王恩刚
  1. vcdllinsert

    0下载:
  2. 用vc写的线程插入代码.txt大家互相学习交流-with vc write threaded insert code. Txt we learn from each other exchanges
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2718
    • 提供者:李明
  1. ONE_NEW_GA_TO_SOLVE_TSP

    0下载:
  2. 用vc++程序编的遗传算法解决TSP问题.txt def.h TSP.cpp tsp.h -with vc procedures addendum to the genetic algorithm to solve TSP. Txt def.h TSP.cpp ts p.h
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:4027
    • 提供者:jiangyi
  1. LexSeu

    0下载:
  2. 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.t
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:10635
    • 提供者:myname
  1. lightNids

    0下载:
  2. 一个使用rawsocket实现的windows下的nids,使用vc++编写,用xml定义检测规则,事件报警写入alert.txt中。-rawsocket achieve a use of the windows nids. use vc prepared using xml definition of inspection rules, the incident report written alert.txt China.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:85607
    • 提供者:何远东
  1. fingerDIP

    0下载:
  2. Using Guide: VC++6.0 employ the command in the menu step by step: image smooth image normalization Draw Dot direction Draw Block direction Draw Smooth direction Gabor filters enhancement \"readme.txt\" file: this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:162165
    • 提供者:洋洋
  1. yh

    0下载:
  2. 杨辉三角_对齐VC.txt 杨辉三角_对齐VC.txt
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:李剑
  1. StudentScore2

    0下载:
  2. 自己用vc编写的班级学生成绩管理系统,成绩存储在txt格式的文件中
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:100163
    • 提供者:朱振华
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com